enso/tools
Pavel Marek 4d88dd1761
Fix benchmarks upload GH Action (#11842)
Modifies the [Benchmarks Upload](https://github.com/enso-org/enso/actions/workflows/bench-upload.yml) job to also upload special `cache/index.json` file that maps filenames in the cache to their timestamps.

This is necessary for https://github.com/enso-org/enso/issues/10212 but it is also good for an Enso workflow that analyses benchmarks from the locally cloned repo. (The workflow will soon be pushed to the https://github.com/enso-org/engine-benchmark-results repo)

# Important Notes
Moreover, the `Benchmarks Upload` job fails since yesterday (https://github.com/enso-org/enso/actions/runs/12269442294/job/34233007971), because there is an old workflow ID used for the engine benchmarks.

To allow more convenient testing of the Action, I have added an ability to trigger this action manually in 857c0864b6
2024-12-12 11:33:24 +00:00
..
build-performance Faster dev builds; tooling for measuring build times and app performance. (#3491) 2022-06-02 19:24:18 +00:00
ci Build Ydoc on CI (#11517) 2024-11-26 16:51:27 +00:00
enso4igv Errors and completions in NetBeans 24+ (#11531) 2024-11-14 06:47:29 +01:00
graphmod Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
http-test-helper Avoid printing expected exceptions inside HTTP tests (#11607) 2024-11-22 14:31:22 +00:00
language-server Bump clap to v4 (#9595) 2024-04-03 11:32:03 +00:00
legal-review Ydoc library (#11615) 2024-11-25 17:54:25 +00:00
legal-review-helper Bump path-to-regexp and express in /tools/legal-review-helper (#11793) 2024-12-09 18:16:15 +00:00
native-image-config-cleanup Format TS code (#10648) 2024-07-26 17:47:59 +10:00
performance Fix benchmarks upload GH Action (#11842) 2024-12-12 11:33:24 +00:00
simple-library-server Bump cookie and express in /tools/simple-library-server (#11552) 2024-11-14 10:36:33 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Enso Tools

This folder contains various tools and utilities that aid in the development of the Enso programming language. It should not be used as a dumping ground for things that have better places, but instead is used to hold things that should be part of this repository but do not have another sensible place for them.