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

Parallelized selected benchmarks using GNU Parallel #49

Closed
wants to merge 34 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8de402e
Complete vps-audit and makeself benchmarks for CI integration + minor…
Geoka1 Dec 23, 2024
4f64a85
set-up-to-date
Geoka1 Dec 27, 2024
78a0ede
deps fix
Geoka1 Dec 27, 2024
1e864e6
fix deps
Geoka1 Dec 27, 2024
ef73a25
Merge branch 'complete-vps-makeself'
Geoka1 Dec 27, 2024
e5d652c
fix deps v2
Geoka1 Dec 27, 2024
d7be5ce
Merge branch 'binpash:main' into main
Geoka1 Dec 27, 2024
952a8e2
fixes
Geoka1 Dec 27, 2024
0fa7a0f
fixes
Geoka1 Dec 27, 2024
1ae7d6d
remove extra files
Geoka1 Dec 27, 2024
d685eec
vps-audit verification changes
Geoka1 Dec 30, 2024
e20dcc1
fetched changes
Geoka1 Dec 30, 2024
235baf4
Added makeself, vps-audit and vps-audit with negation
Geoka1 Jan 2, 2025
7308b9d
change verification for vps, added vps-negate to ci
Geoka1 Jan 2, 2025
51765ff
Make vps-audit work with existing Docker image
Geoka1 Jan 3, 2025
f9461b0
Changed README.md for iptables to work
Geoka1 Jan 3, 2025
70a04e2
vps verification changes
Geoka1 Jan 3, 2025
8926a2a
fix infotest because of varying bin sizes
Geoka1 Jan 4, 2025
9243c16
Make verify.sh fit common format
vagos Jan 4, 2025
3d60532
Bring up-to-date with upstream
Geoka1 Jan 4, 2025
45bc648
vps-audit-negate verification fixes
Geoka1 Jan 5, 2025
0ccc54d
Minor fixes on makeself
Geoka1 Jan 5, 2025
cd30d0e
Added new benchmarks on tests.yml
Geoka1 Jan 5, 2025
855f633
Merge branch 'binpash:main' into main
Geoka1 Jan 6, 2025
1860099
Merge remote-tracking branch 'upstream/main'
Geoka1 Jan 6, 2025
4d737da
Parallelizing benchmarks using GNU-Parallel
Geoka1 Jan 6, 2025
fa2f37d
Introduced GNU Parallel to more benchmarks
Geoka1 Jan 8, 2025
70778dc
Added parallelized VPS audit
Geoka1 Jan 9, 2025
5eb8c40
Changes in GNU parallel benchmarks and added Shark
Geoka1 Jan 10, 2025
b5dacee
Merge branch 'binpash:main' into adding-systems
Geoka1 Jan 11, 2025
e7dfaee
multiple changes in systems
Geoka1 Jan 11, 2025
edd30b2
Changed transformations
Geoka1 Jan 11, 2025
6b9f8e2
Removed time command
Geoka1 Jan 11, 2025
d734976
fixes
Geoka1 Jan 11, 2025
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
Added new benchmarks on tests.yml
  • Loading branch information
Geoka1 committed Jan 5, 2025
commit cd30d0e91b0e71925bff965254587ef4dad3532e
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -12,11 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
<<<<<<< HEAD
benchmark: [nlp, file-enc, unix50, log-analysis, max-temp, uniq-ips, media-conv, sklearn, covid-mts, riker, oneliners, web-index, vps-audit, vps-audit-negate, makeself]
=======
benchmark: [nlp, file-enc, unix50, log-analysis, max-temp, media-conv, sklearn, covid-mts, riker, oneliners, web-index, bio, aurpkg]
>>>>>>> upstream/main

steps:
- name: Checkout code
Loading