Skip to content

Commit

Permalink
Unaccounted Time in Valor-Core Benchmark (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom authored Aug 29, 2024
1 parent 8de55e2 commit 7252c45
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-benchmark-evaluations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
echo "$BENCHMARK_RESULTS"
working-directory: ./core/benchmarks/classification
- name: run object detection benchmarks
run: python benchmark_script.py
run: python benchmark_manager.py
working-directory: ./core/benchmarks/object-detection
- name: print object detection results
run: |
export BENCHMARK_RESULTS=$(python -c "import os;import json;print(json.dumps(json.load(open('results.json', 'r')), indent=4));")
export BENCHMARK_RESULTS=$(python -c "import os;import json;print(json.dumps(json.load(open('manager_results.json', 'r')), indent=4));")
echo "$BENCHMARK_RESULTS"
working-directory: ./core/benchmarks/object-detection
- run: make stop-env
Loading

0 comments on commit 7252c45

Please sign in to comment.