-
Notifications
You must be signed in to change notification settings - Fork 4
Setting up benchmarks #6
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
base: main
Are you sure you want to change the base?
Setting up benchmarks #6
Conversation
tmigot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to also add a sample benchmarks.jl file that creates a const SUITE = BenchmarkGroup() ?
474f8e0 to
394e7e8
Compare
* adding/updating file: push_benchmarks.sh * adding/updating file: benchmark/run_benchmarks.jl * adding/updating file: benchmark/send_comment_to_pr.jl * adding/updating file: Jenkinsfile * setting up project.toml for benchmarks * Add token to jenkinsfile authored-by: Monssaf Toukal <tmonssaf@gmail.com>
4854992 to
55aed9e
Compare
tmigot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the main directory, you can also add benchmark/Manifest.toml in the .gitignore file.
| Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2" | ||
| GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26" | ||
| JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" | ||
| JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In DCISolver.jl, we also had DCISolver in the dependencies here. So, I guess JSOTemplate should also.
|
I also suggest
|
No description provided.