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

Test cache benchmark functions #82

Merged
merged 22 commits into from
Aug 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fbcd241
added setup function
officialasishkumar Jul 26, 2024
9df481a
refactor geometry calculate distances
officialasishkumar Jul 26, 2024
7abf514
Refactor montecarlo estimators in benchmark code
officialasishkumar Jul 26, 2024
f4463d2
add cache and setup functions
officialasishkumar Jul 29, 2024
c55deb5
add cache and setup functions
officialasishkumar Jul 29, 2024
e1c1eef
ran ruff linter
officialasishkumar Jul 29, 2024
6e0474f
Thou hath vanquished the redundant variables and functions
officialasishkumar Jul 29, 2024
30813c5
Merge remote-tracking branch 'upstream/master' into cache-benchmark-f…
officialasishkumar Jul 30, 2024
60b3bc7
fix bugs
officialasishkumar Jul 31, 2024
6c88421
change benchmark yml
officialasishkumar Jul 31, 2024
44632a5
repeat in class
officialasishkumar Jul 31, 2024
7bff315
Merge remote-tracking branch 'upstream/master' into cache-benchmark-f…
officialasishkumar Jul 31, 2024
c57d74d
Benchmark run_tardis with track_rpacket enabled (#2720)
Sumit112192 Jul 31, 2024
8e094d6
rounds in benchmarks
officialasishkumar Jul 31, 2024
cb2f557
fix
officialasishkumar Jul 31, 2024
bda4539
Merge remote-tracking branch 'upstream/master' into cache-benchmark-f…
officialasishkumar Jul 31, 2024
7c00f41
fix error in formal integral
officialasishkumar Aug 1, 2024
2e49ff6
more cache
officialasishkumar Aug 1, 2024
7eff8e8
sort by ratio
officialasishkumar Aug 1, 2024
bf217a0
cache in setup function
officialasishkumar Aug 2, 2024
4da8e5c
changes to me
officialasishkumar Aug 2, 2024
5f8dc89
Merge branch 'master' into test-cache-benchmark-functions
officialasishkumar Aug 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
Signed-off-by: Asish Kumar <[email protected]>
officialasishkumar committed Jul 31, 2024
commit cb2f557f71f850c1bb404e4909cd68d67df1a03c
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
if: github.event_name != 'pull_request_target'
run: |
git log -n 4 --pretty=format:"%H" >> tag_commits.txt
asv run -a rounds=1 HASHFILE:tag_commits.txt | tee asv-output.log
asv run -a rounds=1 HASHFILE:tag_commits.txt | tee asv-output.log
if grep -q failed asv-output.log; then
echo "Some benchmarks have failed!"
exit 1