Commit Graph

31 Commits

Author SHA1 Message Date
Zeke Foppa 8641c17e4e Client binaries from DigitalOcean -> AWS (#5077)
# Description of Changes

Use an AWS bucket for client binaries instead of DigitalOcean.

Note that this will effectively hamstring the DigitalOcean mirror for
any old clients (i.e. ones before this change is released). But it's
only a mirror, and they can "fix" it by upgrading to a version with this
change.

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

- [x] Manually ran the package job on this PR and confirmed that some of
the resulting URLs are indeed downloadable from the AWS urls

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2026-05-20 18:57:20 +00:00
Noa d3f59480e2 Bump Rust to 1.93.0 (#4180)
# Description of Changes

Required in order to bump rolldown to its latest version, which I'm
planning to do afterwards. I also figure we may as well do this before
releasing a major version.

# Expected complexity level and risk

2

# Testing

n/a
2026-02-06 19:51:53 +00:00
Noa 619b8ce021 Bump Rust to 1.90 (#3397)
# Description of Changes

Necessary for pulling in rolldown.

# API and ABI breaking changes

None

# Expected complexity level and risk

1, with the caveat that this updates the Rust version and therefore
touches all the code.

# Testing

- [ ] Just the automated testing
2025-10-09 20:41:25 +00:00
Kim Altintop 43389dd4e0 Make the .NET global.json file global (#3297)
Move the global.json file to the repo root, which should make `dotnet`
resolve the correct SDK regardless of the directory it is run in.

Where a copy of the global.json file is needed, symlink it to the one at
the root.

Should fix "C#/Unity - Test Suite".
2025-09-30 16:39:21 +00:00
Noa 742303ca49 Bump rust-toolchain to rust 1.88 (#2749)
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
2025-07-15 17:39:41 +00:00
Viktor Szépe f6da9e1f5f Fix typos (#2812)
Signed-off-by: Viktor Szépe <viktor@szepe.net>
2025-06-04 16:33:32 +00:00
Noa 293aebaef9 Bump to Rust 1.84 (#2001) 2025-01-28 23:11:29 +00:00
Ingvar Stepanyan 763ba5ef5c Enforce .NET 8 SDK for new C# modules (#2046) 2025-01-07 20:40:56 +00:00
Ingvar Stepanyan a7a1d36535 Run and test benchmarks against C# as well (#1965)
Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
2024-11-15 17:27:11 +00:00
james gilles dd73f76346 Clean up benchmark .spacetime in CI (#1968) 2024-11-08 19:51:48 +00:00
Tyler Cloutier a2db565e2c Update benchmarks.yml
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
2024-09-27 00:25:32 -04:00
Tyler Cloutier 490ed2a4af Update benchmarks.yml
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
2024-09-27 00:24:00 -04:00
Noa 3b754f10b1 Bump to Rust 1.78 (#1205)
* Bump to rust 1.78

* Fix lints
2024-05-08 14:20:12 +00:00
james gilles f42383869a Fix iai-callgrind rustc version mismatch (#1025)
* Fix iai-callgrind rustc version mismatch

* Two spaces

* Future-proof
2024-04-15 18:49:21 +00:00
james gilles 00aa2eedb4 Adjust benchmarks yaml to run callgrind plus with better comments (#907) 2024-02-28 21:45:36 +00:00
james gilles a0a18ddd57 Rename types in benchmarks (#803)
* Rename types in benchmarks, modify benches run in action

* Fix lints
2024-02-23 20:30:59 +00:00
james gilles a13c1363a9 Unify benchmark runs (to some extent) (#742)
* Unify benchmark runs (to some extent)

* Another yml fix
2024-02-06 18:27:23 +00:00
james gilles 11cd68a299 Fix benchmark actions (#715)
* Clean up after callgrind action

* Remove extraneous step in callgrind action

* Also fix regular benchmarks

* Additional callgrind benchmarks fix
2024-01-11 23:18:22 +00:00
Noa 395c527d23 Try bumping actions/checkout to fix benchmarks please (#710) 2024-01-09 20:25:38 +00:00
Noa 98e995304e Fix master commit benchmarks run (#658) 2023-12-12 18:54:14 +00:00
Noa 593702c88d fix benchmarks run on master (#487) 2023-11-01 16:21:49 -05:00
Noa cbbd998424 Fix benchmarks please 100% (#481) 2023-10-26 15:56:38 -04:00
Noa c34ace3b11 Ok NOW fix benchmarks please (#480) 2023-10-26 18:04:53 +00:00
Noa 3a1be087e0 Fix benchmarks please contributor check (#479) 2023-10-26 13:33:34 -04:00
Noa 427270c1b0 Use gh actions for benchmarks please (#464) 2023-10-25 23:36:09 -05:00
Ingvar Stepanyan 4f901ab538 Optimise binaries with wasm-opt (#423) 2023-10-17 16:25:20 +01:00
james gilles a952b19e5b Improve benchmark result reporting (#357)
* Add script to summarize benchmark results

* Mess with github actions benchmark script

* Formatting fixes

* Comment

* Bring back commit comments, upload to DO Spaces

* Remove cache

We now have servers for benchmarks outside of GH infrastructure and
downloading cache takes way more time than its worth it

* base and head refs are not needed anymore

* Run benchmarks only on master

* Test a branch build

* Fix branch becnhmarks path

* test

* Run only on master again

---------

Signed-off-by: Piotr Sarnacki <drogus@gmail.com>
Co-authored-by: Piotr Sarnacki <drogus@gmail.com>
2023-10-16 22:52:27 +02:00
james gilles cd88c21237 Put out benchmark fires (#404)
* Reverts benchmarks portion of "Bench for SQL scan / where (#370)"
This partially reverts commit 05956d6.

* Get benchmarks runner to remember what it has installed, hopefully

* Fix build error
2023-10-12 14:14:46 +01:00
Piotr Sarnacki b7d5d83cda Run benchmarks on a dedicated runner (#373) 2023-10-05 21:48:00 +00:00
james gilles 010c7e3c1e Wrangle benchmarks (#289)
Refactor benchmarks framework to allow direct comparison of spacetime modules, the spacetime datastore not through a module, and sqlite.
2023-09-29 23:12:12 +00:00
Tyler Cloutier 44df6c6e7d Initial commit 2023-08-01 23:16:37 +02:00