summaryrefslogtreecommitdiff
path: root/gnu/packages/benchmark.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: python-locust: Disable some more tests.•••* gnu/packages/benchmark.scm (python-locust)[arguments]: Update list of disabled tests. Change-Id: I3d6d070a1cc771c006530454b0bb9506287bbe6b Ricardo Wurmus9 days1-0/+6
* gnu: python-locust: Update to 2.32.5.•••* gnu/packages/benchmark.scm (python-locust): Update to 2.32.5. [source]: Get from git repository. [build-system]: Use pyproject-build-system. [arguments]: Update list of disabled tests; remove custom 'check phase; add phase 'fix-version. [propagated-inputs]: Remove python-flask-basicauth and python-roundrobin; add python-flask-login, python-setuptools, and python-tomli. [native-inputs]: Add nss-certs-for-test, python-poetry-core, and python-poetry-dynamic-versioning; remove python-mock and python-setuptools-scm. Change-Id: I5e7203d48eda9279531c9d3060d81d91974dee6e Ricardo Wurmus9 days1-65/+137
* gnu: kdiskmark: Update to 3.1.4. [security fixes]•••This fixes CVE-2022-40673. * gnu/packages/benchmark.scm (kdiskmark): Update to 3.1.4. [arguments]<#:configure-flags>: Adapt for polkit-qt. <#:phases>: Add phase 'inject-single-application-source. [inputs]: Add polkit-qt, single-application-qt5. Nicolas Graves2024-10-261-5/+14
* gnu: fio: Import the correct set of modules.•••* gnu/packages/benchmark.scm (fio) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I95d0115b139f9cd2c61c6b2f47ae7a266490245f Maxim Cournoyer2024-08-311-1/+1
* build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...•••Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer2024-08-311-1/+1
* gnu: Remove unneeded libxml2 from native-inputs. (libxslt)•••XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include libxml2 for the same effect. * gnu/packages/freedesktop.scm (wayland): Remove obsolete comment. (farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]: Remove libxml2. * gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto. * gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto. * gnu/packages/glib.scm (dbus)[native-inputs]: Ditto. * gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord) (upower, gnome-settings-daemon)[native-inputs]: Ditto. * gnu/packages/linux.scm (eudev)[native-inputs]: Ditto. * gnu/packages/networking.scm (iputils)[native-inputs]: Ditto. * gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto. * gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto. * gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto. * gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto. * gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0 Bruno Victal2024-08-311-1/+0
* gnu: fio: Update to 3.37.•••* gnu/packages/benchmark.scm (fio): Update to 3.37. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vincent Legoll2024-06-241-2/+2
* gnu: intel-mpi-benchmarks: Update to 2021.7.•••This fixes compilation with glibc 2.39. * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.7. Change-Id: I4fc32f4ff78ec104485dd5966cdf2d44942f0349 Ludovic Courtès2024-05-311-2/+2
* gnu: fio: Update to 3.36.•••* gnu/packages/benchmark.scm (fio): Update to 3.36. Change-Id: I2a58cf03e51ff9ecbea3cd540bb2dde40b6bac1c Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: intel-mpi-benchmarks: Update to 2021.3.•••* gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.3. Ludovic Courtès2023-11-151-2/+2
* gnu: phoronix-test-suite: Do not propagate gcc-toolchain.•••* gnu/packages/benchmark.scm (gcc-toolchain*): Replace gcc-toolchain-12 reference with gcc-toolchain. * gnu/packages/benchmark.scm (phoronix-test-suite): Augment wrap-binary phase with GCC variables. [propagated-inputs]: Delete field, moving gcc-toolchain to... [inputs]: ... here. [search-paths]: New field. Maxim Cournoyer2023-10-041-11/+26
* gnu: fio: Update to 3.35.•••* gnu/packages/benchmark.scm (fio): Update to 3.35. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan2023-06-011-2/+2
* gnu: sysbench: Build with mariadb.•••* gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev. Efraim Flashner2023-04-301-8/+1
* gnu: sysbench: Remove fix-docbook phase.•••* gnu/packages/benchmark.scm (sysbench) [arguments]: Remove the fix-docbook phase. Maxim Cournoyer2023-04-211-26/+1
* gnu: sysbench: Fix test suite.•••* gnu/packages/benchmark.scm (sysbench) [arguments]: Patch egrep in the patch-test-runner phase. Maxim Cournoyer2023-04-211-1/+6
* Merge branch 'master' into stagingMaxim Cournoyer2023-03-311-1/+1
|\
| * services: base: Deprecate 'pam-limits-service' procedure.•••* doc/guix.texi (Base Services): Replace pam-limits-service with pam-limits-service-type. * gnu/packages/benchmark.scm (python-locust)[description]: Update index anchor to manual. * gnu/services/base.scm (pam-limits-service-type): Set default value. (pam-limits-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal2023-03-301-1/+1
* | gnu: python-locust: Update to 2.15.1.•••* gnu/packages/benchmark.scm (python-locust): Update to 2.15.1. [arguments]: Delete relax-requirements phase. Add increase-resource-limits. Update check phase. [propagated-inputs]: Remove python-jinja2. Maxim Cournoyer2023-03-311-13/+28
|/
* gnu: Add vkmark.•••* gnu/packages/benchmark.scm (vkmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tomasz Jeneralczyk2023-01-081-0/+50
* gnu: fio: Update to 3.33.•••* gnu/packages/benchmark.scm (fio): Update to 3.33. Tobias Geerinckx-Rice2022-12-111-2/+2
* gnu: fio: Update to 3.32.•••* gnu/packages/benchmark.scm (fio): Update to 3.32. Signed-off-by: Christopher Baines <mail@cbaines.net> Greg Hogan2022-10-221-2/+2
* gnu: phoronix-test-suite: Update to 10.8.4.•••* gnu/packages/benchmark.scm (phoronix-test-suite): Update to 10.8.4. Maxim Cournoyer2022-09-021-2/+2
* gnu: phoronix-test-suite: Address FSDG problems.•••Fixes <https://issues.guix.gnu.org/56900>. * gnu/packages/benchmark.scm (phoronix-test-suite) [source]: Add a snippet to mark mis-licensed test profiles as non-free. Maxim Cournoyer2022-09-021-0/+47
* gnu: fio: Update to 3.31.•••* gnu/packages/benchmark.scm (fio): Update to 3.31. Tobias Geerinckx-Rice2022-08-141-2/+2
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: phoronix-test-suite: Use latest version of gcc-toolchain.•••This is less likely to conflict with a user installed gcc-toolchain, unless they installed a specific version of it. * gnu/packages/benchmark.scm (gcc-toolchain*): Use gcc-toolchain-12 instead of gcc-toolchain. Maxim Cournoyer2022-07-101-2/+3
* gnu: python-setuptools-scm: Move to (gnu packages python-build).•••* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here. Maxim Cournoyer2022-06-261-0/+1
* gnu: Add phoronix-test-suite.•••* gnu/packages/patches/phoronix-test-suite-fsdg.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/benchmark.scm (phoronix-test-suite): New variable. (gcc-toolchain*): Likewise. Maxim Cournoyer2022-06-221-1/+61
* gnu: python-locust: Update to 2.8.6.•••* gnu/packages/benchmark.scm (python-locust): Update to 2.8.6. [phases]{relax-requirements}: New phase. {check}: Skip the test_distributed_shape test. [propagated-inputs]: Add python-jinja2. Maxim Cournoyer2022-05-121-5/+19
* gnu: fio: Use G-expressions.•••* gnu/packages/benchmark.scm (fio)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-05-011-30/+31
* gnu: fio: Update to 3.30.•••* gnu/packages/benchmark.scm (fio): Update to 3.30. Tobias Geerinckx-Rice2022-05-011-3/+3
* gnu: Add sysbench.•••* gnu/packages/benchmark.scm (sysbench): New variable. Maxim Cournoyer2022-03-181-0/+139
* gnu: Add kdiskmark.•••* gnu/packages/benchmark.scm (kdiskmark): New variable. Maxim Cournoyer2022-03-031-1/+48
* gnu: python-locust: Update to 2.5.1.•••* gnu/packages/benchmark.scm (python-locust): Update to 2.5.1. [arguments]: Remove obsolete phase. Respect TESTS? in check phase. [native-inputs]: Add PYTHON-RETRY and PYTHON-SETUPTOOL-SCM. [propagated-inputs]: Add PYTHON-FLASK-CORS, PYTHON-ROUNDROBIN, and PYTHON-TYPING-EXTENSIONS. Marius Bakke2022-01-191-32/+29
* gnu: fio: Update to 3.29.•••* gnu/packages/benchmark.scm (fio): Update to 3.29. Tobias Geerinckx-Rice2021-12-201-2/+2
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-20/+15
* gnu: packages: Remove last year's deprecations.•••* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise. Tobias Geerinckx-Rice2021-11-081-3/+0
* gnu: fio: Disable native CPU compiler optimizations.•••* gnu/packages/benchmark.scm (fio)[arguments]: Add #:configure-flags. Adjust configure phase accordingly. Marius Bakke2021-11-061-4/+6
* gnu: fio: Disable Ceph/RADOS support.•••This little-used feature is easy to add on demand and blows up the closure. * gnu/packages/benchmark.scm (fio)[inputs]: Remove CEPH. Marius Bakke2021-11-061-3/+1
* gnu: fio: Don't bother wrapping scripts.•••fio comes with many scripts of varying utility. Some require extra additional programs, which users can easily install as needed; there is little use in imposing all optional dependencies on all users of fio. * gnu/packages/benchmark.scm (fio)[arguments]: Remove patch-paths phase. Rewrite move-outputs to move all discovered scripts and not wrap any. [inputs]: Remove GNUPLOT, PYTHON-2, PYTHON2-NUMPY, and PYTHON2-PANDAS. Add PYTHON. Marius Bakke2021-11-061-32/+16
* gnu: fio: Update to 3.28.•••* gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-161-8/+5
* gnu: benchmark: Update to 1.5.6.•••* gnu/packages/benchmark.scm (benchmark): Update to 1.5.6. [arguments]: Don't return #t from phases. Tobias Geerinckx-Rice2021-09-031-4/+3
* gnu: Add clpeak.•••* gnu/packages/benchmark.scm (clpeak): New variable. Lars-Dominik Braun2021-08-271-0/+29
* gnu: benchmark: Update to 1.5.5.•••* gnu/packages/benchmark.scm (benchmark): Update to 1.5.5. Tobias Geerinckx-Rice2021-06-301-2/+2
* gnu: intel-mpi-benchmarks: Remove top-level reference to 'openmpi'.•••This circular dependency could lead to "unbound variable" errors when running 'guix show openmpi' or similar. * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Inline code formerly in 'intel-mpi-benchmarks' procedure. (intel-mpi-benchmarks): Remove. Ludovic Courtès2021-05-281-11/+4
* gnu: fio: Update to 3.27.•••* gnu/packages/benchmark.scm (fio): Update to 3.27. Tobias Geerinckx-Rice2021-05-271-2/+2
* gnu: Add interbench.•••* gnu/packages/benchmark.scm (interbench): New variable. Arun Isaac2021-05-151-0/+39
* gnu: benchmark: Update to 1.5.3.•••* gnu/packages/benchmark.scm (benchmark): Update to 1.5.3. Tobias Geerinckx-Rice2021-05-011-2/+2
* gnu: fio: Update to 3.26.•••* gnu/packages/benchmark.scm (fio): Update to 3.26. Tobias Geerinckx-Rice2021-03-111-3/+3
* gnu: python-locust: Update to 1.4.3.•••* gnu/packages/benchmark.scm (python-locust): Update to 1.4.3. [phases]: Remove trailing #t. {check}: Disable the 'test_html_report_option', 'test_custom_exit_code' and 'test_webserver' tests. Maxim Cournoyer2021-02-191-9/+19