14 Commits

Author SHA1 Message Date
Mark Paluch
069c49b57f Upgrade to Spring Boot 3.3 2024-03-07 16:09:15 +01:00
dependabot[bot]
05e2a6f716 Bump json-smart from 2.4.1 to 2.4.4 in /benchmark
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.4.1 to 2.4.4.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/commits)

---
updated-dependencies:
- dependency-name: net.minidev:json-smart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Closes #212
2022-04-27 09:47:02 +02:00
dependabot[bot]
0d86beed4b Upgrade to json-smart from 2.3 to 2.4.1.
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.3 to 2.4.1.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/commits/2.4.1)

---
updated-dependencies:
- dependency-name: net.minidev:json-smart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Closes #191
2022-01-11 09:04:33 +01:00
Mark Paluch
bdafbce523 Add benchmark for ReactiveRedisTemplate.
Closes #190
2021-09-10 13:49:36 +02:00
Mark Paluch
4efa0f8e00 Upgrade to Spring Boot 2.5 snapshots.
Closes #170.
2021-02-09 10:55:21 +01:00
Roman Puchkovskiy
40e051f494 #140 - Add benchmarks for after-convert callbacks.
- add the benchmark itself
- migrate to spring-boot dependencies of version 2.3.0
2020-04-06 14:38:14 +02:00
Mark Paluch
03ad99540a #125 - Polishing.
Upgrade to latest R2DBC versions. Reformat code.
2019-10-01 10:24:08 +02:00
Oliver Gierke
231ba479ca #123 - Upgrade to Spring Boot 2.2 M3 for benchmarks.
Includes Spring Data Moore RC2.
2019-08-07 23:57:56 +02:00
Oliver Drotbohm
63843d6d59 #123 - Initial draft of benchmarks for relational data access (JDBC & JPA). 2019-07-24 11:39:26 +02:00
Christoph Strobl
d48e643b04 #119 - Upgrade to Moore. 2019-07-15 10:38:26 +02:00
Mark Paluch
fdc242e65e #97 - Remove Microbenchmark runner in favor of mp911de/microbenchmark-runner. 2019-07-15 10:19:03 +02:00
Spring Operator
b1ad6370fc #107 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 4 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 3 occurrences migrated to:
  https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).
* http://www.spring.io with 2 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://www.spring.io/spring-data with 1 occurrences migrated to:
  https://www.spring.io/spring-data ([https](https://www.spring.io/spring-data) result 301).
* http://oss.sonatype.org/content/repositories/snapshots with 1 occurrences migrated to:
  https://oss.sonatype.org/content/repositories/snapshots ([https](https://oss.sonatype.org/content/repositories/snapshots) result 302).
* http://repo.spring.io/libs-snapshot with 3 occurrences migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences

Original pull request: #106
2019-03-20 10:23:26 -05:00
Mark Paluch
3a6f4bcbdb #79 - Add benchmark for typical EntityReader. 2018-08-07 15:03:43 +02:00
Mark Paluch
8c7c18c949 #78 - Import JMH benchmarks. 2018-08-07 10:10:25 +02:00