Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to benchmark against 3rd party evals? #25

Open
pYtoner opened this issue Feb 15, 2021 · 0 comments
Open

How to benchmark against 3rd party evals? #25

pYtoner opened this issue Feb 15, 2021 · 0 comments

Comments

@pYtoner
Copy link

pYtoner commented Feb 15, 2021

I see in benchmark.cpp:

void benchmark()
{
    // Benchmark only one at a time because there's some weird performance interference.
    Benchmark<Omp>().run();
    //Benchmark<Skpe>().run();
    //Benchmark<Tpt>().run();
    //Benchmark<Ace>().run();
    //Benchmark<Sbhs>().run();
    //Benchmark<Pse>().run();
}

I would like to benchmark the others too so I can compare them. But I am not sure how to do that.

Could someone explain the steps that would allow me to uncomment one and successfully compile it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant