Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
| [Automatic bug finding for the blockchain](presentations/Automatic%20bugfinding%20for%20the%20blockchain) | Felipe Manzano, Josselin Feist | 2017 |

### Compilers

| Presentation Title | Author(s) | Year |
| --- | --- | --- |
| [A Broad Comparative Evaluation of Software Debloating Tools](presentations/A%20Broad%20Comparative%20Evaluation%20of%20Software%20Debloating%20Tools/debloater-eval.pdf) | Michael D. Brown, Adam Meily, Eric Kilmer, Ronald Eytchison | 2024 |
Expand All @@ -185,7 +186,6 @@
| [A Broad Comparative Evaluation of x86-64 Binary Rewriters](presentations/A%20Broad%20Comparative%20Evaluation%20of%20x86-64%20Binary%20Rewriters/A%20Broad%20Comparative%20Evaluation%20of%20x86-64%20Binary%20Rewriters.pdf) | Michael D. Brown | 2022 |
| [On the Optimization of Equivalent Concurrent Computations](presentations/On%20the%20Optimization%20of%20Equivalent%20Concurrent%20Computations/PLDI-EGRAPHS-2022.pdf) | Henrich Lauko, Lukáš Korenčik, Peter Goodman | 2022 |


### Cryptography

| Presentation Title | Author(s) | Year |
Expand All @@ -203,6 +203,7 @@

| Presentation Title | Author(s) | Year |
| --- | --- | --- |
| [Repeatable Benchmarking: An Exploration of OpenSearch vs Elasticsearch](presentations/Repeatable%20Benchmarking) | Evan Downing | 2025 |
| [Linux Security Event Monitoring with osquery](presentations/osquery%20Linux%20security%20event%20monitoring) | Alessandro Gario | 2019 |
| [osql: The community oriented osquery fork](presentations/osql%3A%20The%20community%20oriented%20osquery%20fork) | Stefano Bonicatti, Mark Mossberg | 2019 |
| [Getting started with osquery](presentations/Getting%20started%20with%20osquery) | Lauren Pearl, Andy Ying | 2018 |
Expand Down
15 changes: 15 additions & 0 deletions presentations/Repeatable Benchmarking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Repeatable Benchmarking: An Exploration of OpenSearch vs Elasticsearch

This talk presents our [work](https://blog.trailofbits.com/2025/03/06/benchmarking-opensearch-and-elasticsearch/) developing our automated benchmarking framework running OpenSearch Benchmark. Using Github Actions and AWS, we make benchmarking OpenSearch and Elasticsearch easy. Using our framework, we reveal performance inconsistencies and outliers that impacted results. Today, our work continues on newer releases of both platforms, with preliminary findings suggesting improved performance for both engines.

Presented at

- [OpenSearchCon 2025](https://events.linuxfoundation.org/opensearchcon-north-america/)

Resources

- [Conference Schedule](https://opensearchconna2025.sched.com/)

Author

- Evan Downing
Binary file added presentations/Repeatable Benchmarking/slides.pdf
Binary file not shown.